home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / ODBC Administrator.app / Contents / Resources / English.lproj / Localizable.strings < prev   
Encoding:
Text (UTF-16)  |  2003-09-13  |  6.4 KB  |  120 lines

  1. /* Click the lock to make changes. */
  2. "kClickLockMakeChange" = "Click the lock to make changes.";
  3.  
  4. /* Click the lock to prevent further changes. */
  5. "kClickLockPreventChange" = "Click the lock to prevent further changes.";
  6.  
  7. /* open panel title */
  8. "kTitle" = "Title";
  9.  
  10. /* open panel prompt */
  11. "kChoose" = "Choose";
  12.  
  13. /* new key name */
  14. "kKey" = "Key";
  15.  
  16. /* new key value */
  17. "kValue" = "Value";
  18.  
  19. /* display file sizes */
  20. "kBytes" = "%d KB";
  21.  
  22. /* <Not pooled> */
  23. "kNotPooled" = "<Not pooled>";
  24.  
  25. /* <Not installed> */
  26. "kNotInstalled" = "<Not installed>";
  27.  
  28. /* overwrite driver */
  29. "kOverwriteDriverTitle" = "Overwrite Driver";
  30.  
  31. /* overwrite driver */
  32. "kOverwriteDriver" = "A driver with that name already exists. Are you sure you want to overwrite this driver?";
  33.  
  34. /* overwrite dsn */
  35. "kOverwriteDSNTitle" = "Overwrite DSN";
  36.  
  37. /* overwrite dsn */
  38. "kOverwriteDSN" = "A DSN with that name already exists. Are you sure you want to overwrite this DSN?";
  39.  
  40. /* invalid name */
  41. "kInvalidNameTitle" = "Invalid Name";
  42.  
  43. /* invalid DSN name */
  44. "kInvalidDSNName" = "The DSN name you have entered is invalid. DSN names must consist only of letters and digits and must begin with a letter.";
  45.  
  46. /* invalid Key name */
  47. "kInvalidKeyName" = "A Key name you have entered is invalid. Key names must consist only of letters and digits, and must begin with a letter.";
  48.  
  49. /* invalid path */
  50. "kInvalidPathTitle" = "Invalid Path";
  51.  
  52. /* an error has occurred and I don't have string for it */
  53. "kOhNo" = "An error has occurred.";
  54.  
  55. /* Error */
  56. "kError" = "Error";
  57.  
  58. /* remove DSN */
  59. "kDeleteDSNMessage" = "Are you sure you want to remove the selected DSN?";
  60.  
  61. /* remove driver */
  62. "kDeleteDriverMessage" = "Are you sure you want to remove the selected driver?";
  63.  
  64. /* remove DSNs too */
  65. "kDeleteAssociatedDSNs" = "Do you want to remove all the DSN information associated with this driver?";
  66.  
  67. /* something happened attempting to add a driver */
  68. "kCantAddDriver" = "Could not add the driver information.";
  69.  
  70. /* something happened attempting to add DSN */
  71. "kCantAddDSN." = "Could not add the DSN information.";
  72.  
  73. /* Not enough parameters for configuration */
  74. "kNotEnough" = "Not enough parameters for configuration.";
  75.  
  76. /* Could not remove driver information */
  77. "kCantRemoveDriver" = "Could not remove driver information.";
  78.  
  79. /* Could not remove DSN information */
  80. "kCantRemoveDSN" = "Could not remove DSN information.";
  81.  
  82. /* Revert */
  83. "kRevert" = "Revert";
  84.  
  85. /* Revert to the original configuration */
  86. "kRevertMessage" = "Revert to the original configuration?";
  87.  
  88. /* Delete Driver */
  89. "kDeleteDriverTitle" = "Delete Driver";
  90.  
  91. /* Delete DSN */
  92. "kDeleteDSNTitle" = "Delete DSN";
  93.  
  94. /* Authenticating... */
  95. "kAuthenticating" = "Authenticating...";
  96.  
  97. /* Deauthenticating... */
  98. "kDeauthenticating" = "Deauthenticating...";
  99.  
  100. /* OK - for alerts, confirmation dialogs */
  101. "kOK" = "OK";
  102.  
  103. /* Cancel - for confirmation dialogs */
  104. "kCancel" = "Cancel";
  105.  
  106. /* Save */
  107. "kSave" = "Save";
  108.  
  109. /* Don't Save */
  110. "kDontSave" = "Don\U2019t Save";
  111.  
  112. /* Save Changes? */
  113. "kSaveChangesTitle" = "Save Changes?";
  114.  
  115. /* Do you want to save changes before quitting? */
  116. "kSaveChangesMessageQuit" = "Do you want to save changes before quitting?";
  117.  
  118. /* Do you want to save changes before locking? */
  119. "kSaveChangesMessageLock" = "Do you want to save changes before locking?";
  120.